home *** CD-ROM | disk | FTP | other *** search
/ LearnKey: Excel 2000 / LearnKey - Excel 2000.iso / Install / program files / Velocity.exe / 0 / RCDATA / TTESTQUESTION / TTESTQUESTION.txt
Encoding:
Text File  |  1999-05-10  |  612 b   |  31 lines

  1. object TestQuestion: TTestQuestion
  2.   Left = 364
  3.   Top = 449
  4.   Width = 392
  5.   Height = 212
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Test Question'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Question: TMemo
  18.     Left = 0
  19.     Top = 0
  20.     Width = 384
  21.     Height = 185
  22.     Align = alClient
  23.     Lines.Strings = (
  24.       'Question')
  25.     ReadOnly = True
  26.     ScrollBars = ssVertical
  27.     TabOrder = 0
  28.     WantReturns = False
  29.   end
  30. end
  31.